How to : debug inline assembly code >如何:調(diào)試內(nèi)聯(lián)程序集代碼
Functions containing inline assembly code in the first statement 函數(shù)的第一行語(yǔ)句包含內(nèi)聯(lián)程序集代碼。
To debug inline assembly code 調(diào)試內(nèi)聯(lián)程序集代碼
Inline assembly code 行內(nèi)組譯程序代碼
Inline assembly code in functions that pass copy - constructed function parameters is not supported 傳遞復(fù)制構(gòu)造函數(shù)參數(shù)的函數(shù)中的內(nèi)聯(lián)程序集代碼不受支持。
Functions containing inline assembly code are generated as unmanaged functions , as if they were placed in a separate module that was compiled without 包含內(nèi)聯(lián)程序集代碼的函數(shù)被生成為非托管函數(shù),就像它們放在不使用
Inline assembly code that assumes knowledge of the native stack layout , calling conventions outside of the current function , or other low - level information about the computer may fail if that knowledge is applied to the stack frame for a managed function 如果內(nèi)聯(lián)程序集代碼假定有關(guān)本機(jī)堆棧布局、當(dāng)前函數(shù)外部的調(diào)用約定或其他有關(guān)計(jì)算機(jī)的低級(jí)別信息的知識(shí),則如果將該知識(shí)應(yīng)用于托管函數(shù)的堆棧幀,則此內(nèi)聯(lián)程序集代碼可能失敗。